type crypto/tls.lruSessionCacheEntry
5 uses
crypto/tls (current package)
common.go#L1396: type lruSessionCacheEntry struct {
common.go#L1428: entry := elem.Value.(*lruSessionCacheEntry)
common.go#L1436: entry := &lruSessionCacheEntry{sessionKey, cs}
common.go#L1442: entry := elem.Value.(*lruSessionCacheEntry)
common.go#L1458: return elem.Value.(*lruSessionCacheEntry).state, true
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)